Weave Loader
0.2.4
jvm
Weave Loader
/
net.weavemc.loader.api.command
/
Command
Command
abstract
class
Command
(
source
)
The base Command class for commands using the Weave command system.
See also
Command
Bus
Members
Constructors
Command
Link copied to clipboard
constructor
(
name
:
String
,
aliases
:
Array
<
String
>
)
Functions
handle
Link copied to clipboard
abstract
fun
handle
(
@
NotNull
args
:
Array
<
String
>
)
'Handles' behavior on command execution.
Properties
aliases
Link copied to clipboard
val
aliases
:
Array
<
String
>
name
Link copied to clipboard
val
name
:
String